Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Extensions Namespace > GeneralExtensions Class > Parse Method : Parse<T>(String,Boolean) Method |
[ExtensionAttribute()] public static T Parse<T>( string value, bool ignoreCase )
'Declaration
<ExtensionAttribute()> Public Overloads Shared Function Parse(Of T)( _ ByVal value As String, _ ByVal ignoreCase As Boolean _ ) As T
'Usage
Dim value As String Dim ignoreCase As Boolean Dim value As T value = GeneralExtensions.Parse(Of T)(value, ignoreCase)
[ExtensionAttribute()] public: static T^ Parsegeneric<typename T> ( String^ value, bool ignoreCase )